Aggregate - Count

Count Aggregate Functoid

Description: The Count Aggregate Functoid will return the number of records provided to the input Field the entire table or in case that a group functoid has been used for number of records within each group. Inputs with their allowed values:

Picture of the Count Aggregate Functoid

 
Remark: None. Example: Example 1: Table with group by
Group By Values Result of Count
Group1 Ordered 2
Group1 Removed 2
Group2 In Production 2
Group2 In repair 2
See Figure 1.

Figure1

 
Example 2: Table without group by
Group By Values Result of Count
None Ordered 4
None Removed 4
None In Production 4
None in Repair 4
See Figure 2.

Figure2